home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu623.dms / pu623.adf / GuiArc / HotKeyHelp < prev    next >
Text File  |  1993-12-22  |  2KB  |  46 lines

  1.  
  2. This file describes the format used by the commodities system, to
  3. describe the several key (combinations) on the Amiga.
  4.  
  5. Format of a key:
  6.  [class] ([-](qual | syn)) [[-]upstroke][highmap | ANSICode]
  7.  
  8. ( The '[' and ']' brackets describe an optional item.
  9. The sequence ([-](qual | syn)) may be used zero or more times. The '-'
  10. indicates the item MAY be used, but not nececary )
  11.  
  12. Where:
  13.  
  14. CLASS is one of:
  15.         rawkey, rawmouse, event, pointerpos, timer, newprefs,
  16.         diskremoved, diskinserted.
  17.  
  18. QUAL is one or more of:
  19.         lshift, rshift, capslock, control, lalt, ralt, lcommand,
  20.         rcommand, numericpad, repeat, midbutton, rbutton, leftbutton,
  21.         relativemousebutton.
  22.  
  23. SYN is one or more of:
  24.         shift, caps, alt.
  25.  
  26. UPSTROKE indicates uppercase characters. When not used, only lower-case
  27.         characters are used. Use -upstroke to have both.
  28.  
  29. HIGHMAP is one of:
  30.         space, tab, return, del, backspace, enter, esc, help,
  31.         up, down, left, right, f1-f10.
  32.  
  33. ANSICode is a normal ansi character.
  34.  
  35.  
  36. Examples:
  37.     numericpad enter    This is the default of GuiArc. The enter key
  38.                         on the numeric key pad.
  39.     control f10         Function key F10 in combination with the
  40.                         control key.
  41.     -shift -alt g       The g key, no matter if shift or alt are
  42.                         pressed, or not.
  43.     diskinserted        There has been a disk inserted in one of your
  44.                         drives. Let GuiArc pop up with this one! :-)
  45.  
  46.